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
New DockedFormEditor
by
El Salvador
[
Today
at 08:01:25 pm]
missing online package ma...
by
Michl
[
Today
at 07:49:06 pm]
Trunk builds + pre-relesa...
by
Muso
[
Today
at 07:31:17 pm]
Floating point precision ...
by
Jonas Maebe
[
Today
at 06:47:02 pm]
For S in [...] bug of FPC...
by
ASerge
[
Today
at 06:32:59 pm]
Adjust TForm and Buttons ...
by
wp
[
Today
at 06:29:20 pm]
[SOLVED]Difference betwee...
by
ASerge
[
Today
at 06:26:46 pm]
Wrong Focus on Form
by
Tirans
[
Today
at 06:19:10 pm]
Free Pascal and Lazarus N...
by
CM630
[
Today
at 06:10:57 pm]
"Set compiler options as ...
by
Bart
[
Today
at 05:51:39 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: gRPC native implementation (Read 633 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: 91
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: 91
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: 8317
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