Serenity Operating System
at portability 7 lines 142 B view raw
1endpoint NotificationServer = 95 2{ 3 // Basic protocol 4 Greet() => (i32 client_id) 5 6 ShowNotification(String text, String title) =| 7}