gosf icon indicating copy to clipboard operation
gosf copied to clipboard

Go SocketIO API Framework

Results 8 gosf issues
Sort by recently updated
recently updated
newest added

I wrote a program with gosf and ran a load test on it. After running test, process got 2.8GB in RAM! It seems to be a big memory leak! I...

hi i am add OnConnect to main but not call when user connect to socket please help me thanks gosf.Startup(map[string]interface{}{"port": 9999}) //log.Fatal(http.ListenAndServe(":8081", nil)) gosf.OnConnect(func(client *gosf.Client, request *gosf.Request) { log.Println("Client connected.")...

I want to using GOSF socket.io with echo framework. and i want to add GOSF to router of echo. but it has conflict in port e := echo.New() e.Any("/socket.io/", func(context...

First of all, thank you very much for this great module. I'm trying to use it for my project. How do I know if a message/client/connection if originated from which...

Hi, I was wondering if I could run this in parallel with gorilla/mux on the same port.

When using the `Listen()` method, I am getting this error: ## Client ``` gosf.RegisterMicroservice("utils", "127.0.0.1", 4000, false) _ = gosf.NewSuccessMessage("Echo this...") msUtils := gosf.GetMicroservice("utils") if msUtils == nil { panic("unable...

I was wondering if this socket.io library was compatible with JavaScript frameworks like React, Vue or Svelte, because JavaScript code written in an HTML file works perfectly fine, but applying...

Now i can only run gin gonic or gosf server not them both