Using this project with existing HTTP server
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have an existing custom HTTP server that listens on port 8080.
I need to use it for upgrading to WebSockets.
Specifically, i need to peek the socket in the http server, figure out it's an ws upgrade request and then use websocket-sharp.
But the API of websocket-sharp doesn't seem to accept the socket itself as a parameter so I'm not sure I will be able to do it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing websocket-sharp's server-side API and connection/upgrade entry points; the issue names no files or tests. Determine whether an existing HTTP server's socket can be passed into the library, and document or expose the supported integration path if the project scope allows it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100