https://github.com/psvensson/grpc-st
A Smalltalk implementation for gRPC
https://github.com/psvensson/grpc-st
grpc pharo-smalltalk smalltalk
Last synced: about 2 months ago
JSON representation
A Smalltalk implementation for gRPC
- Host: GitHub
- URL: https://github.com/psvensson/grpc-st
- Owner: psvensson
- License: mit
- Created: 2020-01-22T13:04:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T14:45:27.000Z (over 4 years ago)
- Last Synced: 2025-07-17T11:52:03.594Z (9 months ago)
- Topics: grpc, pharo-smalltalk, smalltalk
- Language: Smalltalk
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-st
The idea was to crfeate a Smalltalk implementation for gRPC (Ported from https://github.com/grpc/grpc-node/tree/master/packages/grpc-js)
NOTE!!! This project does not work. It probably never will. It id dependent in HTTP 2.0 being implemented in Pharo Zinc web server and client. This is a bit of an undertaking, though doable, now that Pharo 9 uses OpenSSL > 1.02, and thus have TLS 1.3 which HTTP 2 needs. But until then this is a bit blocked.
# Loading
TBD
# Example
TBD