2024-11-10 19:03:01 -06:00
|
|
|
sunset := @use("../../../libraries/sunset_proto/src/lib.hb")
|
2024-11-10 12:57:48 -06:00
|
|
|
|
|
|
|
main := fn(): void {
|
2024-11-10 19:03:01 -06:00
|
|
|
sunset.server.init()
|
|
|
|
loop if sunset.server.handle_connections() {
|
2024-11-10 12:57:48 -06:00
|
|
|
}
|
|
|
|
}
|