paldepind / synceddb

Makes it easy to write offline-first applications with realtime syncing and server side persistence.
MIT License
410 stars 34 forks source link

question about the ws server implementation #28

Open tinchoz49 opened 8 years ago

tinchoz49 commented 8 years ago

Hi paldepind,

What do you think about replace ws in the backend with uWebSockets? It has a benchmark table where it seems that performed really well and is completly compatible with ws.

I know that the game wilds uses this behind.

piglovesyou commented 8 years ago

I'm also interested in using other WebSocket module, ws is simple but a kind of hard to insert authentication logic