redweb 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
Sure, here is a concise version of the `README.md`:
|
|
2
|
-
|
|
3
|
-
```markdown
|
|
4
1
|
# RedWeb
|
|
5
2
|
|
|
6
3
|
RedWeb is a simple and flexible Node.js framework built on top of Express.js and WebSocket. It allows you to quickly set up web servers and WebSocket servers with customizable options.
|
|
@@ -179,7 +176,4 @@ console.log(socketServer.clients); // Map of clients by their IP addresses
|
|
|
179
176
|
|
|
180
177
|
## License
|
|
181
178
|
|
|
182
|
-
MIT License
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
This `README.md` is now more concise, providing a clear overview of the basic and custom configurations for both HTTP and WebSocket servers, along with their available options.
|
|
179
|
+
MIT License
|