Pomax / socketless

A framework and methodology for writing web socket RPC programs, without writing a single line of web socket or RPC code.
MIT License
26 stars 3 forks source link

Release v1.0.0 #10

Closed Pomax closed 1 year ago

Pomax commented 5 years ago

v0.11.5 is effectively rc1, so releasing a v1.0.0 feels like the sensible next step.

post v1.0.0

Pomax commented 5 years ago

jsonpatch is gone. The total on-disk footprint is now ~660KB, ~150 of which is the demo code.

We could clean this up even more by invasively removing files from the node_modules dir, but that's really not a good idea at all.

I could put some of the dependencies into a static asset dir, which would bring the total size down to ~360KB rather than ~660KB... It's very tempting, although I'm not sure how that would go together with keeping dependencies up to date.

Pomax commented 5 years ago

I added the demo dir to the .npmignore so now it's a 500KB total install. I'm ... okay with that I guess.

Pomax commented 1 year ago

full rewrite, v1 released.