![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
This is a fork of the original repo found here which adds the ability to host an HTTPS version of parakeet
Echo server for TCP/UDP/HTTP
Watch the screencast here
The common parakeet (Melopsittacus undulatus), is a popular talking-bird species because of their potential for large vocabularies, ease of care and well-socialized demeanor. https://en.wikipedia.org/wiki/Parakeet
event | format | example |
---|---|---|
server start | [TIME] ▶️ TYPE LISTEN_IP LISTEN_PORT | [03:32:54 AM] ▶️ TCP 127.0.0.1 1338 |
connection open | [TIME] ⚪ REMOTE_IP REMOTE_PORT | [03:32:54 AM] ⚪️ TCP 127.0.1.1 1338 |
connection close | [TIME] ⚫️️ REMOTE_IP REMOTE_PORT | [03:32:54 AM] ⚫️️️ TCP 127.0.1.1 1338 |
data recieved | [TIME] ✔ REMOTE_IP REMOTE_PORT [BYTES] "MESSAGE" | [03:33:00 AM] ✔ (127.0.0.1 57619) [8] "hello!\r\n" |
http signature (http only) | [TIME] ✔ REMOTE_IP REMOTE_PORT HTTP_VERSION METHOD URL | [03:32:33 AM] ✔ (127.0.0.1 49575) HTTP/1.1 POST / |
http headers (http only) | [TIME] ✔ REMOTE_IP REMOTE_PORT KEY: VALUE | [03:32:33 AM] ✔ (127.0.0.1 49575) Host: localhost:8080 |
[03:32:54 AM] ▶️ TCP 127.0.0.1 1338
[03:32:57 AM] ⚪ (127.0.0.1 57619)
[03:33:00 AM] ✔ (127.0.0.1 57619) [8] "hello!\r\n"
[03:33:08 AM] ⚫️️️ (127.0.0.1 57619)
[03:32:41 AM] ▶️ UDP4 127.0.0.1 1337
[03:32:45 AM] ✔ (127.0.0.1 45464) [6] "hello\n"
[03:32:46 AM] ✔ (127.0.0.1 45464) [6] "world\n"
[03:32:27 AM] ▶️ HTTP 127.0.0.1 8080
[03:32:31 AM] ⚪ (127.0.0.1 49574)
[03:32:31 AM] ✔ (127.0.0.1 49574) HTTP/1.1 POST /
[03:32:31 AM] ✔ (127.0.0.1 49574) Host: localhost:8080 Content-Length: 36 Content-Type: application/json; charset=utf-8 Accept-Encoding: gzip, deflate, compress Accept: application/json User-Agent: HTTPie/0.8.0
[03:32:31 AM] ✔ (127.0.0.1 49574) [36] {"name": "ahmad", "city": "toronto"}
[03:32:31 AM] ⚫️️️ (127.0.0.1 49574)
[03:32:33 AM] ⚪ (127.0.0.1 49575)
[03:32:33 AM] ✔ (127.0.0.1 49575) HTTP/1.1 POST /
[03:32:33 AM] ✔ (127.0.0.1 49575) Host: localhost:8080 Content-Length: 23 Content-Type: application/x-www-form-urlencoded; charset=utf-8 Accept-Encoding: gzip, deflate, compress Accept: */* User-Agent: HTTPie/0.8.0
[03:32:33 AM] ✔ (127.0.0.1 49575) [23] name=ahmad&city=toronto
[03:32:33 AM] ⚫️️️ (127.0.0.1 49575)
npm install parakeetx
Usage: parakeetx [options] [command]
Commands:
http start HTTP echo server
https start HTTPs echo server
tcp start TCP echo server
udp start UDP echo server
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port <number> port to listen on
-a, --address <address> network address to listen on
-k, --key <key> SSL private key file path (for use with https)
-c, --certificate <certificate> SSL certificate file path (for use with https)
Author: Ahmad Nassri • Github: @ahmadnassri • Twitter: @AhmadNassri
FAQs
Echo server for TCP/UDP/HTTP/HTTPS
The npm package parakeetx receives a total of 0 weekly downloads. As such, parakeetx popularity was classified as not popular.
We found that parakeetx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.