7

A framework based on socket.io, for better code organization and modularity

Project Type
Open source idea
Summary

A framework based on socket.io, for better code organization and modularity

Description
I am fan of express, because of the modularity and structure it provides, with other boiler plates, that helps in faster and easier development, with organized code. Socket.io works great for real-time application, but its not as good as express, when it comes to code organization and modularity. While I am working on my project with socket.io, I felt something like this was missing. So I worked upon to make my realtime application code, which is using socket.io, more modular and organized. Still it take me some time, when adding a new module. So if we develop it as a framework which have some standard workflow, using which we can do development with socket.io just like we do with express and which can be integrated to express, would be of great help
Tech Stack
nodejs, socket.io
Current Team Size
1
Comments
  • 2
    doesn't do meteor.js something similar?
  • 2
    a minimalist light framework which is easy to integrate with anything would be fine.

    Maybe library is a better word
  • 2
    aim is to keep it simple. Not to kill developers with sharp learning, where apart from the language then need to learn a lot of things to set up environment
  • 1
    @jalebiBhai you should probably concider uWS since it's MUCH faster than socketio and is quite similar to work with (identical on client side)
  • 0
    @Dacexi heard about it but never cared to look at it ... look good and similar to socket.io
  • 0
    Websocket RFC 6455 is becomming the standard in the industry.
  • 0
    @darkmatter2222 forreal, nearly everyone is using websockets. All you need to do is define a JSON payload standard.
  • 0
    @darkmatter2222 as for a websocket host, you can impliment a nodered (built on nodejs) solution.
Add Comment