Skip to content

Commit

Permalink
update webpack-dev-server & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Kose committed Jan 21, 2019
1 parent 1b860d1 commit e890e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# react-websocket [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/mehmetkose/react-websocket/edit/master/README.md)

`react-websocket` is a simple to use component for ReactJS applications to setup websocket communication.

## Note: This component no longer active development. After +1 year my opinion handling websockets via component is not efficient way.
### Consider to use this one https://github.com/lukeed/sockette
`react-websocket` is a easy-to-use component for ReactJS applications for websocket communication.


### Installing
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-websocket",
"version": "2.0.0",
"version": "2.0.1",
"description": "ReactJS Websocket Listener Component",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-dom": "^15.5.4",
"react-hot-loader": "^1.3.0",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
"webpack-dev-server": ">=3.1.11"
},
"peerDependencies": {
"react": ">0.14.5",
Expand Down

0 comments on commit e890e14

Please sign in to comment.