silvioprog / brookframework

Microframework which helps to develop web Pascal applications.
https://github.com/risoflora/brookframework
GNU Lesser General Public License v3.0
171 stars 37 forks source link

Websocket #141

Closed MFernstrom closed 6 years ago

MFernstrom commented 7 years ago

The more I work with Brook the more I like it, but one thing I'm missing that's really becoming big, is websocket with comet fallback.

I've no idea how to mark this as an improvement suggestion.

silvioprog commented 7 years ago

It was implemented on Brook4REST library. Feel free to follow its news. :-)

silvioprog commented 6 years ago

@MFernstrom thanks a lot for suggesting new features and sorry for late answer. The WS support was a draft but it was discarded from the old libbrook (now libsagui), however, I have interesting to implement it again using a GNU library, but I need to dedicate a time to study the WS protocol. A new entry "WebSockets support" was added to the "To do" project of the Sagui library: https://github.com/risoflora/libsagui/projects/1 .