Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for 2000s flashback: a web API service...
Be Hai Nguyen
Be Hai Nguyen

Posted on

     

2000s flashback: a web API service...

The years were 2001-2002 and we were returning HTTP requests' data using “our own text format” 😂 😂

Going through my old files, I happened to find this diagram on a larger project which I was employed as a developer back in late 2001 early 2002:

040-diagram.jpg

The diagram was by my project manager. Other team members and I were assigned to theblue box:

  • For web clients, we returned complete HTML pages.
  • For Windows executable clients, we returned only data. So the web server application was also kind of providingWeb API service.

Back then,XML was only a few years old... The project manager decided not to use it: too heavy with all the tags, bandwidth and speed were factors in this decision.JSON has just come out, and we were not yet aware of it... I don't recall it was ever mentioned in any of the project meetings.

The project manager decided to go with “our own text format”: we packaged data up on the server-side using this format, returned it viaHTTPS, and at the client-side, the data was parsed into theBorland VCL client dataset ready for further manipulation.

It was fun, but time-consuming, column values boundaries did pose some difficulties especially with blob values. 2022 -- we just useJSON 😝

I have forgotten about this project... finding this diagram brings back some memories, I felt the urge to write this post.

Back then, online gaming was still a new industry, there were new legislations just put in place, we were not required to go through any security check, but we were issued with aspecial employee licence, there were certain gambling activities that we were not allowed to participate while working in the industry:

040-employee-card.jpg

Over the years... my hair decided to go... Painful, but what can I do 😾. Thank you for reading. And stay safe.

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I have been a software develper for around 20 years. I am looking forward to work with Python. My other blogs:https://behainguyen.wordpress.com/https://behai-nguyen.github.io/
  • Location
    Melbourne, Australia
  • Education
    Master of Applied Science in Computer Science, RMIT, Victoria, Australia
  • Work
    Software Developer
  • Joined

More fromBe Hai Nguyen

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp