Skip to content

Latest commit

History

History
27 lines (19 loc) 路 822 Bytes

File metadata and controls

27 lines (19 loc) 路 822 Bytes

FUNCTION AS STRING

Important

Read this readme.md for this submodule.

Introduction

Test if it's viable to return function as string val. Then use the string val as function in said environment.

Coverage

Lang Implementation
php 馃憤 phpClient.php
js 馃憤 jsClient.js
python 馃憤 pythonClient.py

Conclusion

I do not think this is doable. Also this is apparently a huge security issue. Prone to XSS.


GPRC TEST

Important

Read this readme.md for this submodule.

Introduction

Is gRPC is ok for my use case.