Skip to content

The CharBalancer microservice server using gRPC and Protobuf.

Notifications You must be signed in to change notification settings

heyimblake/charbalancer-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CharBalancer-Service

CharBalancer is an application to verify if special characters in a given string are balanced. The most common usage of this application is to check if brackets in a block of code are correct.

More Details

  • You are viewing the service's server repository, written in Go.
  • A Java client can be found here.
  • Presently checks the following characters: () {} <> []