Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
gRPC native implementation
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
TGroupBox does not have P...
by
zoltanleo
[
Today
at 12:57:22 pm]
RichEdit with toolbar inc...
by
dbannon
[
Today
at 12:53:46 pm]
How do I direct TSQLDBLib...
by
Gizmo
[
Today
at 12:43:43 pm]
[SOLVED] anchors auto res...
by
AlphaInc.
[
Today
at 12:22:57 pm]
fpweb and pas2js
by
krolikbest
[
Today
at 11:47:47 am]
DragDrop ghost image with...
by
d7_2_laz
[
Today
at 11:46:11 am]
Newcomer seeks hobby!
by
sl23
[
Today
at 11:36:33 am]
Drag multiple items from ...
by
valter.home
[
Today
at 11:26:56 am]
TFPGMap issue after upgra...
by
antispam88
[
Today
at 11:25:32 am]
Fpc.exe doesn't support a...
by
loaded
[
Today
at 11:22:13 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: gRPC native implementation (Read 675 times)
tudi_x
Hero Member
Posts: 539
gRPC native implementation
«
on:
February 19, 2021, 05:08:31 pm »
hi All,
any chance of having a gRPC native implementation (grpc.io) with Free Pascal?
Logged
Lazarus 2.0.2 64b on Debian LXDE 10
PierceNg
Jr. Member
Posts: 97
Re: gRPC native implementation
«
Reply #1 on:
February 20, 2021, 04:49:54 pm »
The key pieces of gRPC seem to be Protocol Buffers and HTTP/2.
For the former, there is
https://github.com/lalexs75/protobuf-fpc
but it doesn't fully support proto3 which is the recommended protobuf version for gRPC.
For the latter, I don't know of one implemented in Pascal (or Delphi). Maybe the best bet is to wrap
http://nghttp2.org/
, a C library. There is a Delphi wrapper, completeness unknown:
https://github.com/grijjy/DelphiScalableClientSockets/blob/master/Nghttp2.pas
.
Logged
PierceNg
Jr. Member
Posts: 97
Re: gRPC native implementation
«
Reply #2 on:
February 24, 2021, 10:26:13 am »
So there
is
a HTTP/2 server in Pascal:
https://github.com/iLya2IK/wchttpserver
!
Logged
Leledumbo
Hero Member
Posts: 8319
Programming + Glam Metal + Tae Kwon Do = Me
Re: gRPC native implementation
«
Reply #3 on:
February 27, 2021, 01:24:12 am »
Quote from: PierceNg on February 24, 2021, 10:26:13 am
So there
is
a HTTP/2 server in Pascal:
https://github.com/iLya2IK/wchttpserver
!
Rather fresh, let's see if Michael can incorporate it to fphttpserver transparently, or at least toggleable by a property.
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
gRPC native implementation
TinyPortal
© 2005-2018