BOLT - Question

41 views
Skip to first unread message

Bert Mariani

unread,
Jul 10, 2026, 10:59:23 AM (5 days ago) Jul 10
to The Ring Programming Language
Hello  Youssef Saeed 

I downloaded BOLT again on Ring 1.27 
    --- Libraries disappear when downloaded new versions of Ring

The samples don't seem to do anything.
Only one line of output on the CMD window for the basic samples I tried
    ---  [bolt] Server running on http://0.0.0.0:3000

Is their something that I am not doing right ?

======================================

Bolt-Test.png

C:\Users\bert_>ringpm install bolt from ysdragon
Installing bolt (master) ---> bolt (1.0.0)
Download Package Files For bolt
Download File : lib.ring
Download File : main.ring
Download File : package.rin
....
───────────────────
  Installing Bolt
 ───────────────────

 ❯ Installing library for windows/amd64…
 ✔ Library installed
 ❯ Copying examples…
 ✔ Examples copied
 ❯ Updating Ring configuration…
 ✔ Configuration updated
 ❯ Setting up Ring2EXE…
 ✔ Ring2EXE configured

 ✔ Bolt installed successfully!

 ℹ Samples: C:\Ring\bin\\\..\\samples\\UsingBolt
 ℹ Examples: C:\Ring\bin\\\..\\tools\\ringpm\\packages\\bolt\\examples
==============================

Youssef Saeed

unread,
Jul 10, 2026, 12:37:34 PM (5 days ago) Jul 10
to The Ring Programming Language
Hello Bert,

Thank you for trying out Bolt.

The samples don't seem to do anything.
Only one line of output on the CMD window for the basic samples I tried
    ---  [bolt] Server running on http://0.0.0.0:3000

Is their something that I am not doing right ?

To test the samples, you need to access http://localhost:3000 (or http://127.0.0.1:3000) using a browser, Postman, or Chapar.

Best regards,
Youssef

Bert Mariani

unread,
Jul 11, 2026, 4:44:14 PM (4 days ago) Jul 11
to The Ring Programming Language
Hello Youssef, Mahmoud

For fetching historical quotes from Yahoo Finance ..

 Bolt (the ysdragon/bolt framework) is a server-side framework for building HTTP APIs in Ring.
 It doesn't expose outbound "curl" client functions. 
The library that actually does outbound HTTP fetches is RingLibCurl (libcurl.ring), 
Which is Ring's standard curl binding.   

Youssef Saeed

unread,
Jul 11, 2026, 9:21:40 PM (4 days ago) Jul 11
to The Ring Programming Language
Hello Bert,

Yes, Bolt and cURL serve different purposes.

Best regards,
Youssef
Reply all
Reply to author
Forward
0 new messages