Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.
/ go-socket.io Public archive

socket.io library for golang, a realtime application framework.

License

Notifications You must be signed in to change notification settings

googollee/go-socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 29, 2024
fbcd91a · Sep 29, 2024
Mar 23, 2023
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023
Feb 27, 2023
Feb 11, 2021
May 11, 2021
Feb 27, 2023
Oct 14, 2019
Jul 23, 2014
Feb 26, 2023
Sep 29, 2024
Feb 8, 2023
Jan 30, 2023
Sep 4, 2023
May 29, 2024
Aug 21, 2023
Aug 21, 2023
May 11, 2021
Sep 2, 2023
Sep 2, 2023
May 11, 2021
May 11, 2021
May 2, 2021
Aug 21, 2023
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
Feb 8, 2023
Aug 21, 2023
Aug 21, 2023
Jan 19, 2021

Repository files navigation

WARNING

This repo is archived. Please check the forked one https://github.com/feederco/go-socket.io.

go-socket.io

go-socket.io is library an implementation of Socket.IO in Golang, which is a realtime application framework.

Current this library supports 1.4 version of the Socket.IO client. It supports room, namespaces and broadcast at now.

Help wanted This project is looking for contributors to help fix bugs and implement new features. Please check Issue 192. All help is much appreciated.

Badges

Build Status GoDoc License Release Go Report Card

Contents

Install

Install the package with:

go get github.com/googollee/go-socket.io

Import it with:

import "github.com/googollee/go-socket.io"

and use socketio as the package name inside the code.

Example

Please check more examples into folder in project for details. Examples

FAQ

It is some popular questions about this repository:

  • Is this library supported socket.io version 2?
    • No, but if you wanna you can help to do it. Join us in community chat Telegram
  • How to use go-socket.io with CORS?

Community

Telegram chat: @go_socketio

Engineio

This project contains a sub-package called engineio. This used to be a separate package under https://github.com/googollee/go-engine.io.

It contains the engine.io analog implementation of the original node-package. https://github.com/socketio/engine.io It can be used without the socket.io-implementation. Please check the README.md in engineio/.

License

The 3-clause BSD License - see LICENSE for more details