skewten-incubator / worse

websocket implementation
0 stars 0 forks source link

split on release #5

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

split the parts that can be moved to individual components to their own places

and then maybe work on improving performance with javascript + C++ binding optimizations

get inspired by uwebsockets (https://github.com/alexhultman/uWebSockets)

SEAPUNK commented 8 years ago

parts (a work in progress list)

worse: worse-server and worse-client, with a layer of preconfigured stuff to make people's lives easier worse-server: base stuff you need for websocket servers (comes with the WSListenerBase class, for creating custom listeners) worse-basic-listener: basic listener for the worse server worse-client: base stuff you need for websocket clients