realtime_socket_io 1.0.0 copy "realtime_socket_io: ^1.0.0" to clipboard
realtime_socket_io: ^1.0.0 copied to clipboard

outdated

A Socket implementation flow to join a room, listen to changes and communicate with your Socket Server.

realtime_socket_io #

A new Flutter package project.

Getting Started #

This package uses [Provider]{https://pub.dev/packages/provider} and [socket_io_client]{https://pub.dev/packages/socket_io_client}.

By using realtime_socket_io you will be able to connect to your WebSocket Service, add a socket to a desire Room and listen to an update broadcast from your server.

The example shows about the implementation and how to use this package on Flutter and it also contains a ServerExample written in Node JS that uses express and socket.io.

4
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Socket implementation flow to join a room, listen to changes and communicate with your Socket Server.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider, socket_io_client

More

Packages that depend on realtime_socket_io