Skip to content

how integrated gosf with echo framework #11

@mobintmu

Description

@mobintmu

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 echo.Context) error {
gosf.Startup(map[string]interface{}{"port": 1324})

return nil
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions