Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃敟 Add Websocket Support #141

Closed
dechristopher opened this issue Feb 13, 2020 · 2 comments
Closed

馃敟 Add Websocket Support #141

dechristopher opened this issue Feb 13, 2020 · 2 comments

Comments

@dechristopher
Copy link
Contributor

Is your feature request related to a problem? No

Describe the solution you'd like: I'd like to see the ability to promote a request to a websocket connection and handle pub-sub messaging therein. This is a big feature present in other libraries like gorilla and it would make fiber more competitive.

Describe alternatives you've considered: Use a different web library.

Additional context: None.

@welcome
Copy link

welcome bot commented Feb 13, 2020

Thanks for opening your first issue here! 馃帀 Be sure to follow the issue template!

@Fenny
Copy link
Member

Fenny commented Feb 16, 2020

Websockets are supported in v1.7.1

app.WebSocket('/echo', func(c *fiber.Conn) {
 // Conn logic
})

@Fenny Fenny added this to the 馃敚 Fiber v2 milestone Feb 20, 2020
@Fenny Fenny closed this as completed Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants