server-js icon indicating copy to clipboard operation
server-js copied to clipboard

JSON-RPC 2.0 Server implementation that supports multiple transport protocols.

Results 41 server-js issues
Sort by recently updated
recently updated
newest added

Bumps [undici](https://github.com/nodejs/undici) from 6.16.0 to 6.16.1. Release notes Sourced from undici's releases. v6.16.1 What's Changed fix some typos by @​Uzlopak in nodejs/undici#3217 websocket: move codeblock in parseCloseBody by @​Uzlopak in...

dependencies

Bumps [node-ipc](https://github.com/RIAEvangelist/node-ipc) from 9.1.1 to 11.1.0. Release notes Sourced from node-ipc's releases. 10.1.0 Stable Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node-ipc&package-manager=npm_and_yarn&previous-version=9.1.1&new-version=11.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of...

dependencies

Bumps [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) from 0.5.0-rcv.38 to 0.5.6. Commits d4403ae 0.5.6 06faef8 Merge pull request #797 from holvi-sebastian/master 796736b add copy of index.d.ts that is used in commonjs imports e764471 explicitly define...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 8.0.0 to 8.17.0. Release notes Sourced from ws's releases. 8.17.0 Features The WebSocket constructor now accepts the createConnection option (#2219). Other notable changes The default value of...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.33.0 to 6.21.0. Release notes Sourced from @​typescript-eslint/parser's releases. v6.21.0 6.21.0 (2024-02-05) 🚀 Features export plugin metadata (#8331) allow parserOptions.project: false (#8339) eslint-plugin: add rule prefer-find (#8216)...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

dependencies

**Is your feature request related to a problem? Please describe.** I can't stop the server when I want to via the js api **Describe the solution you'd like** I'd like...

**Is your feature request related to a problem? Please describe.** Server implementation converts params of request to **array** with order specified in my own open-rpc document. I found this a...

**Describe the bug** Sending an invalid JSON string to `WebSocketServerTransport` causes the server to crash, because of an unhandled exception. **To Reproduce** Steps to reproduce the behavior: 1. Create a...